ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TileTagHelper<TControl> Class / MaxResizeHeight Property

In This Topic
    MaxResizeHeight Property (TileTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Tile.MaxResizeHeight. Sets the default maximum height of the tile when resize.
    Syntax
    'Declaration
     
    Public Overridable Property MaxResizeHeight As Integer
    public virtual int MaxResizeHeight {get; set;}
    See Also